fmt.fmtFlags.sharp (field)
20 uses
fmt (current package)
format.go#L28: sharp bool
format.go#L158: if f.sharp && u <= utf8.MaxRune && strconv.IsPrint(rune(u)) {
format.go#L279: if f.sharp {
format.go#L387: if f.sharp {
format.go#L392: } else if f.sharp {
format.go#L408: if f.sharp {
format.go#L417: if f.sharp {
format.go#L452: if f.sharp && strconv.CanBackquote(s) {
format.go#L526: if f.sharp && verb != 'b' {
print.go#L195: return p.fmt.sharp || p.fmt.sharpV
print.go#L414: sharp := p.fmt.sharp
print.go#L415: p.fmt.sharp = leading0x
print.go#L417: p.fmt.sharp = sharp
print.go#L575: p.fmt0x64(uint64(u), !p.fmt.sharp)
print.go#L579: p.fmt0x64(uint64(u), !p.fmt.sharp)
print.go#L1049: p.fmt.sharp = true
print.go#L1068: p.fmt.sharpV = p.fmt.sharp
print.go#L1069: p.fmt.sharp = false
print.go#L1166: p.fmt.sharpV = p.fmt.sharp
print.go#L1167: p.fmt.sharp = false
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)